You are here: Symbol Reference > Stimulsoft.Report.Dictionary Namespace > StiFunction Class > StiFunction Constructor > StiFunction Constructor (string, string, string, string, Type, Type, string, Type [], string [], string [])
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiFunction.StiFunction Constructor (string, string, string, string, Type, Type, string, Type [], string [], string [])

Creates a new object of the type StiFunction.

Syntax
C++
C#
Visual Basic
internal: StiFunction( string category, string groupFunctionName, string functionName, string description, Type typeOfFunction, Type returnType, string returnDescription, Type [] argumentTypes, string [] argumentNames, string [] argumentDescriptions );
Parameters
Parameters 
Description 
category 
Category of function. 
groupFunctionName 
Name of function group. 
functionName 
Name of function. 
description 
Description of function. 
typeOfFunction 
Type which contain method of function. 
returnType 
Return type of function. 
returnDescription 
Description of returns. 
argumentTypes 
Array which contain types of arguments. 
argumentNames 
Array which contain names of arguments. 
argumentDescriptions 
Array which contain descriptions of arguments. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.